home *** CD-ROM | disk | FTP | other *** search
- Ôªø<?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE panel SYSTEM "http://www.sigames.com/dtds/sios/panel.dtd">
-
- <!-- this panel contains a list of fixtures, and a fixture details panel -->
- <!-- the details panel shows more information about the currently selected item in the list -->
-
- <panel title="Team Fixtures Panel">
- <!-- arrange them on top of each other - giving the fixtures panel any space that the details panel doesn't need -->
- <layout class="arrange_vertical_attachment" alignment="bottom,extend" offset="0"/>
-
- <!-- make both items as wide as this one -->
- <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
-
- <!-- list of fixtures -->
- <widget class="fixtures_panel" id="fxpn">
- <event id="sele">
- <integer id="evid" value="sfix" />
- <integer id="evtg" value="fxdt" />
- </event>
- </widget>
-
- </panel>
-
-